be8a45
@@ -399,7 +399,9 @@
public Void call() throws Exception {
               org.apache.logging.slf4j.Log4jLogger.class, // log4j-slf4j
               // log4j-1.2-API needed for NDC
               org.apache.log4j.NDC.class,
-              io.netty.util.NetUtil.class };
+              io.netty.util.NetUtil.class, // netty4
+              org.jboss.netty.util.NetUtil.class //netty3
+              };
 
           for (Class<?> c : dependencies) {
             Path jarPath = new Path(Utilities.jarFinderGetJar(c));
